1. Open the webChat.js file.
2. Update the notifyRouteCancel and notifyCloseConversation methods to include the line "chatConfig.dontRetryConnection = true;".
3. Update the resetChat function to include the line "chatConfig.dontRetryConnection = false;".
4. Update the notifyParticipantLeave function to include the "if (body.endChatFlag)" block (lines 540-543).
5. Open the webChatSocket.js file.
6. Update the reconnect function to include the "if (chatConfig.dontRetryConnection)" block (lines 196-199).
